+Sat Aug 1 22:17:00 1998 Raph Levien <raph@acm.org>
+
+ * gdk/gdkrgb.c: made some minor config changes to unify GdkRgb
+ with the standalone release.
+
Fri Jul 31 20:45:07 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (gtk_clist_button_press) (gtk_clist_motion)
+Sat Aug 1 22:17:00 1998 Raph Levien <raph@acm.org>
+
+ * gdk/gdkrgb.c: made some minor config changes to unify GdkRgb
+ with the standalone release.
+
Fri Jul 31 20:45:07 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (gtk_clist_button_press) (gtk_clist_motion)
+Sat Aug 1 22:17:00 1998 Raph Levien <raph@acm.org>
+
+ * gdk/gdkrgb.c: made some minor config changes to unify GdkRgb
+ with the standalone release.
+
Fri Jul 31 20:45:07 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (gtk_clist_button_press) (gtk_clist_motion)
+Sat Aug 1 22:17:00 1998 Raph Levien <raph@acm.org>
+
+ * gdk/gdkrgb.c: made some minor config changes to unify GdkRgb
+ with the standalone release.
+
Fri Jul 31 20:45:07 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (gtk_clist_button_press) (gtk_clist_motion)
+Sat Aug 1 22:17:00 1998 Raph Levien <raph@acm.org>
+
+ * gdk/gdkrgb.c: made some minor config changes to unify GdkRgb
+ with the standalone release.
+
Fri Jul 31 20:45:07 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (gtk_clist_button_press) (gtk_clist_motion)
+Sat Aug 1 22:17:00 1998 Raph Levien <raph@acm.org>
+
+ * gdk/gdkrgb.c: made some minor config changes to unify GdkRgb
+ with the standalone release.
+
Fri Jul 31 20:45:07 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (gtk_clist_button_press) (gtk_clist_motion)
+Sat Aug 1 22:17:00 1998 Raph Levien <raph@acm.org>
+
+ * gdk/gdkrgb.c: made some minor config changes to unify GdkRgb
+ with the standalone release.
+
Fri Jul 31 20:45:07 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (gtk_clist_button_press) (gtk_clist_motion)
#define ENABLE_GRAYSCALE
+#ifdef GDK_RGB_STANDALONE
+
+/* Compiling as a standalone module (i.e. with Gtk 1.0) */
+/* gtk/gtk.h is already included in gdkrgbstub.c */
+#include "config.h"
+#include <gdk/gdkprivate.h>
+
+#else
+
+/* Compiling as a part of Gtk 1.1 or later */
#include "../config.h"
-#include "gdk/gdk.h"
-#include "gdk/gdkprivate.h"
+#include "gdk.h"
+#include "gdkprivate.h"
+
+#endif
+
#include "gdkrgb.h"
typedef struct _GdkRgbInfo GdkRgbInfo;
conv (image, xs0, ys0, width1, height1, buf_ptr, rowstride,
x + x0, y + y0, cmap);
+#ifndef DONT_ACTUALLY_DRAW
gdk_draw_image (drawable, gc,
image, xs0, ys0, x + x0, y + y0, width1, height1);
+#endif
}
}
}